home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Macintosh / ResEdit3.0.sit / ResEdit™ 3.0 / ResEdit 3.0.rsrc / VDL_128_Resource.STR# < prev    next >
Text File  |  1997-01-27  |  497b  |  18 lines

  1. Margin(10, 10, 10, 10)
  2.     DynamicListMargin( "Strings: ", strings, Width = UseParent )
  3.         DynamicVList(strings, StringEntry, Editable, Width = UseParent)
  4.             Margin(2,2,2,2, Width = UseParent)
  5.                 HList(Width = UseParent)
  6.                     {
  7.                     Margin(0,3,0,0)
  8.                         HList()
  9.                             {
  10.                             Spacer(Width = 5);
  11.                             StaticText("String # ");
  12.                             StaticText(ContextElementIndex);
  13.                             StaticText(": ");
  14.                             }
  15.                         
  16.                     Margin(1,1,1,1, Width = UseParent)
  17.                         EditText(string, Width = UseParent);
  18.                     }